home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Freeware / Gobby 0.4.7 / gobby-0.4.7.exe / {app} / share / gtksourceview-2.0 / styles / tango.xml < prev   
Extensible Markup Language  |  2008-09-09  |  6KB  |  117 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3.  
  4.  Copyright (C) 2006-2007 GtkSourceView team
  5.  Author: Michael Monreal <michael.monreal@gmail.com>
  6.  
  7.  This library is free software; you can redistribute it and/or
  8.  modify it under the terms of the GNU Library General Public
  9.  License as published by the Free Software Foundation; either
  10.  version 2 of the License, or (at your option) any later version.
  11.  
  12.  This library is distributed in the hope that it will be useful,
  13.  but WITHOUT ANY WARRANTY; without even the implied warranty of
  14.  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  15.  Library General Public License for more details.
  16.  
  17.  You should have received a copy of the GNU Library General Public
  18.  License along with this library; if not, write to the
  19.  Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  20.  Boston, MA 02111-1307, USA.
  21.  
  22. -->
  23. <style-scheme id="tango" _name="Tango" version="1.0">
  24.   <author>Michael Monreal</author>
  25.   <_description>Color scheme using Tango color palette</_description>
  26.  
  27.   <!-- Tango Palette -->
  28.   <color name="butter1"                     value="#fce94f"/>
  29.   <color name="butter2"                     value="#edd400"/>
  30.   <color name="butter3"                     value="#c4a000"/>
  31.   <color name="chameleon1"                  value="#8ae234"/>
  32.   <color name="chameleon2"                  value="#73d216"/>
  33.   <color name="chameleon3"                  value="#4e9a06"/>
  34.   <color name="orange1"                     value="#fcaf3e"/>
  35.   <color name="orange2"                     value="#f57900"/>
  36.   <color name="orange3"                     value="#ce5c00"/>
  37.   <color name="skyblue1"                    value="#729fcf"/>
  38.   <color name="skyblue2"                    value="#3465a4"/>
  39.   <color name="skyblue3"                    value="#204a87"/>
  40.   <color name="plum1"                       value="#ad7fa8"/>
  41.   <color name="plum2"                       value="#75507b"/>
  42.   <color name="plum3"                       value="#5c3566"/>
  43.   <color name="chocolate1"                  value="#e9b96e"/>
  44.   <color name="chocolate2"                  value="#c17d11"/>
  45.   <color name="chocolate3"                  value="#8f5902"/>
  46.   <color name="scarletred1"                 value="#ef2929"/>
  47.   <color name="scarletred2"                 value="#cc0000"/>
  48.   <color name="scarletred3"                 value="#a40000"/>
  49.   <color name="aluminium1"                  value="#eeeeec"/>
  50.   <color name="aluminium2"                  value="#d3d7cf"/>
  51.   <color name="aluminium3"                  value="#babdb6"/>
  52.   <color name="aluminium4"                  value="#888a85"/>
  53.   <color name="aluminium5"                  value="#555753"/>
  54.   <color name="aluminium6"                  value="#2e3436"/>
  55.  
  56.   <!-- legacy styles for old lang files: do NOT use them in lang files -->
  57.   <style name="Others"                      foreground="chameleon3" bold="true"/>
  58.   <style name="Others 2"                    foreground="chameleon3"/>
  59.   <style name="Others 3"                    foreground="plum3"/>
  60.  
  61.   <!-- Bracket Matching -->
  62.   <style name="bracket-match"               foreground="aluminium1" background="aluminium3" bold="true"/>
  63.   <style name="bracket-mismatch"            foreground="aluminium1" background="scarletred3" bold="true"/>
  64.  
  65.   <!-- Right Margin -->
  66.   <style name="right-margin"                foreground="aluminium5" background="aluminium4"/>
  67.   
  68.   <!-- Search Matching -->
  69.   <style name="search-match"                background="butter1"/>  
  70.  
  71.   <!-- Comments -->
  72.   <style name="def:comment"                 foreground="skyblue3"/>
  73.   <style name="def:shebang"                 foreground="skyblue3" bold="true"/>
  74.   <style name="def:doc-comment-element"     italic="true"/>
  75.  
  76.   <!-- Constants -->
  77.   <style name="def:constant"                foreground="plum1"/>
  78.   <style name="def:special-char"            foreground="plum3"/>
  79.  
  80.   <!-- Identifiers -->
  81.   <style name="def:identifier"              foreground="skyblue1"/>
  82.  
  83.   <!-- Statements -->
  84.   <style name="def:statement"               foreground="scarletred3" bold="true"/>
  85.  
  86.   <!-- Types -->
  87.   <style name="def:type"                    foreground="chameleon3" bold="true"/>
  88.  
  89.   <!-- Others -->
  90.   <style name="def:preprocessor"            foreground="chocolate3"/>
  91.   <style name="def:error"                   background="scarletred2" bold="true"/>
  92.   <style name="def:note"                    background="orange1" bold="true"/>
  93.   <style name="def:underlined"              italic="true" underline="true"/>
  94.  
  95.   <!-- Language specific -->
  96.   <style name="diff:added-line"             foreground="chameleon3"/>
  97.   <style name="diff:removed-line"           foreground="plum3"/>
  98.   <style name="diff:changed-line"           use-style="def:preprocessor"/>
  99.   <style name="diff:diff-file"              use-style="def:type"/>
  100.   <style name="diff:location"               use-style="def:statement"/>
  101.   <style name="diff:special-case"           use-style="def:constant"/>
  102.  
  103.   <style name="xml:tags"                    foreground="chameleon3"/>
  104.   <style name="xml:namespace"               bold="true"/>
  105.  
  106.   <style name="js:object"                   foreground="chameleon3" bold="true"/>
  107.   <style name="js:constructors"             foreground="chameleon3"/>
  108.  
  109.   <style name="latex:display-math"          foreground="plum3"/>
  110.   <style name="latex:command"               foreground="chameleon3" bold="true"/>
  111.   <style name="latex:include"               use-style="def:preprocessor"/>
  112.  
  113.   <style name="sh:variable"                 foreground="plum3"/>
  114.   <style name="sh:variable-definition"      foreground="chameleon3"/>
  115.  
  116. </style-scheme>
  117.